dsh-skill-manager:为 DSH Web GUI 增加 Skills 面板

dsh-skill-manager 是一个 DSH 插件,旨在集中管理 Web GUI 中当前会话可见的技能(Skill)。该插件在侧边栏提供“Skills”入口,支持按全局/局部分组展示技能,并允许用户通过开关控制每个技能的启用状态,从而决定其对模型目录、skill 工具及用户手势的可见性。状态变更会持久化至本地文件,跨会话生效。 核心功能包括技能搜索、增删改(仅针对可写技能)、以及自动触发注册表失效以更新下一轮对话目录。其中,custom、bundled 和 runtime 来源的技能为只读,不可编辑或删除。安装需满足特定 Node 版本,通过 dsh 命令添加插件并重启服务即可使用。该工

Read More
dsh-deepseek-quota-bar:DeepSeek Harness Web GUI 的 DeepSeek API 额度血条插件

dsh-deepseek-quota-bar 是一款为 DeepSeek Harness (dsh) Web GUI 开发的 MIT 许可插件,旨在解决 API 额度与用量信息分散的问题。该插件在页面右下角显示悬浮卡片,通过彩色血条直观展示剩余余额比例(绿色≥50%、橙色≥20%、红色<20%),并实时呈现今日/本月使用量及当前会话费用。核心功能还包括峰谷时段提醒、模型单价显示、卡片位置与透明度调节、折叠模式以及 60 秒自动刷新。数据方面,配置 `DEEPSEEK_PLATFORM_TOKEN` 后可获取官方精确用量,否则使用余额差值估算;会话费用基于官方价格表对当前日志计价。安装仅需执行

Read More
DSH-toolfold: A Tool Call Collapse Plugin for DSH Web GUI

dsh-toolfold is an MIT-licensed plugin for DSH Web GUI, designed to reduce interface footprint by collapsing consecutive tool calls. Core features include: automatically collapsing adjacent tool calls to display only summaries and counts, with support for expanding or collapsing via click or keyboard; hiding completed thoughts by default, with configurable options to retain them or separate call groups, while in-progress thoughts remain always visible; supporting elastic animations and performance statistics, along with adaptation to the system's "Reduce Motion" setting. The plugin does not replace the built-in renderer, and the interface fully restores after uninstallation. Install it using `dsh plugin --profile web add dsh-toolfold`, taking effect after restart, and configure animation duration, thought display, separation mode, and statistics toggle via `~/.dsh/settings.yaml`. If the settings service is missing, it degrades to local.

Read More
bobcat848/dsh-calculator: View DeepSeek API Costs and Balance in the DSH Web GUI

dsh-calculator is a DSH web plugin designed to centrally display DeepSeek API costs and account balance. It provides a collapsible floating card in the upper-right corner of the GUI, showing per-model costs for the current session, cumulative costs for the day (reset at midnight local time), and account balance (cached for 30 seconds). The plugin only bills traffic routed through `deepseek-official`, applies Beijing peak-valley pricing with half-price on weekends for the entire day, and supports both Chinese and English interfaces. Installation can be performed online via curl or PowerShell, or by cloning the repository and running local scripts, writing to the plugin directory, updating the configuration, and restarting DSH web. If the API key is missing, the balance display will show an error, but the cost panel functions normally. The plugin estimates costs and is subject to the current dsh process privileges.

Read More